CommonEvent 1742
Name = "会話：ギガドライアド"

  999([1344])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["It becomes fruit for the body..."])
    ShowText(["But eating it is dangerous."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Kanade's friends come to invite me."])
    ShowText(["But I don't want to leave the forest..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["The wind spirit is my friend..."])
    ShowText(["We talk a lot."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["There are many friends in this forest..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["So small, yet so strong..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Sunbathing... it's warm..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["The World Tree is bigger than me..."])
    ShowText(["But it's already withered..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["What is it...?"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Swaying... rustling..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["This forest is a nice place..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Why are you so small...?"])
    ShowChoices([["You're bigger", "Ate a fruit that makes you smaller", "Will eventually grow bigger"], 0])
    When([0, "そっちが大きい"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I see..."])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "小さくなる実を食べた"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I want to eat that fruit too..."])
      Empty([])

    When([2, "いずれ大きくなる"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["Grow up quickly..."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Why am I big...?"])
    ShowChoices([["Took a lot of nutrients", "Absorbed chaos", "Not really big"], 0])
    When([0, "栄養をいっぱい取った"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I see..."])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "混沌を吸収した"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["Chaos... it's kind of scary..."])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "別に大きくない"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["Is that so...?"])
      ShowText(["Are all of them big outside the forest...?"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Is Kanon... impressive?"])
    ShowChoices([["Impressive", "Not impressive", "Don't know"], 0])
    When([0, "偉い"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I see..."])
      ShowText(["I'm being invited by my friends..."])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "偉くない"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I'm being invited by my friends, but..."])
      ShowText(["If I'm not impressive, then it's fine."])
      Empty([])

    When([2, "知らない"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I see..."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Recently, the ground has been all wobbly..."])
    ShowText(["I wonder why?"])
    ShowChoices([["Effect of chaos", "Eyes are strange", "Because of weird mushrooms"], 0])
    When([0, "混沌の影響"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["Chaos... it's kind of scary..."])
      Script(["change_friend(-5)"])
      Empty([])

    When([1, "目がおかしい"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I see..."])
      ShowText(["I need to fix my eyes..."])
      Empty([])

    When([2, "変なキノコのせい"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["Mushroom, mushroom... mushroom...♪"])
      Script(["change_friend(5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["What does 'kimeru' mean?"])
    ShowText(["I have a lot of kimeru with my friends..."])
    ShowChoices([["Synthesized monster", "Strong monster", "Don't know"], 0])
    When([0, "合成魔物"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["Synthesis...?"])
      ShowText(["Is that delicious...?"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "強い魔物"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["Everyone was strong..."])
      Empty([])

    When([2, "知らない"])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I see..."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 4])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["I want a potion..."])
      ControlVariables([24, 24, 0, 3, 0, 4, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give the 'Elixir'? (Possession: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
        ShowText(["\\n<Giga Dryad>"])
        ShowText(["Thank you..."])
        ChangeItems([4, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
        ShowText(["\\n<Giga Dryad>"])
        ShowText(["……………………"])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 450])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["Is that a chiipappa...?"])
      ShowText(["I want to play together..."])
      ControlVariables([24, 24, 0, 3, 0, 450, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give 'Chiipappa'? (In possession: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
        ShowText(["\\n<Giga Dryad>"])
        ShowText(["Let's play..."])
        ChangeItems([450, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
        ShowText(["\\n<Giga Dryad>"])
        ShowText(["……………………"])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ConditionalBranch([7, 21600, 0])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["What is money like...?"])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give 21600G? (In possession: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
        ShowText(["\\n<Giga Dryad>"])
        ShowText(["Thank you..."])
        ChangeGold([1, 0, 21600])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
        ShowText(["\\n<Giga Dryad>"])
        ShowText(["……………………"])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
      ShowText(["\\n<Giga Dryad>"])
      ShowText(["...Don't have any?"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Here, take this..."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([12, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 'Leaf of the World Tree' from Giga Dryad!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Here, take this..."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([2111, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 'Gem of Power' from Giga Dryad!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["gigadryad_fc1", 0, 0, 2])
    ShowText(["\\n<Giga Dryad>"])
    ShowText(["Here, take this..."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 36000])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 36000G from Giga Dryad!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
